Welcome![Sign In][Sign Up]
Location:
Search - flash fs

Search list

[Internet-NetworkFlashLoader_boots-kernel-fs

Description: linux flash 操作控制程序源码! l inux flash 操作控制程序源码!
Platform: | Size: 224987 | Author: likedsp | Hits:

[Other resourceFlashFS

Description: keil arm flash fs 最新版 在Keil arm下使用
Platform: | Size: 436357 | Author: 唐年益 | Hits:

[Embeded-SCM Developc2000flashapi_v13

Description: TMS320C2000Flash操作--Flash operation on TMS320C2000.
Platform: | Size: 423936 | Author: 文淵 | Hits:

[File Operateucos_FS在CF卡上的例子

Description: 一个基于ucos的文件管理系统 可以支持cf卡 硬盘等存储器 但是对于单独的flash芯片还需要自己编写硬件的底层驱动-based document management system can support cf memory card drives, etc. But for a separate flash chip also need to prepare themselves to the bottom of the hardware drivers
Platform: | Size: 983040 | Author: 郑毅 | Hits:

[SCMfsfs

Description: 支持nvram盘,flash的文件系统,基于ucos,易移植,简单易用。-support nvram set, flash file system, based CENTER, easy to transplant, easy-to-use.
Platform: | Size: 56320 | Author: 李克 | Hits:

[uCOSuCFSBook

Description: UCOS文件系统源代码。支持多种硬件系统,如:SMC, RAM,IDE,CF卡等。使用FAT文件系统,效率很高。但似乎不支持Flash的驱动。-UCOS file system source code. Support for multiple hardware systems, such as : SMC, RAM, IDE, and CF cards. The use of the FAT file system, high efficiency. But it seems not to support Flash drive.
Platform: | Size: 622592 | Author: 黄勇 | Hits:

[VxWorksnor_tffs_flash_write

Description: 非tffs格式的flash读写程序。其实大体格式都一样,只要你修改相应的地方就可以-Non-tffs format flash read and write procedures. In fact, the same general format, as long as you modify the appropriate place can be
Platform: | Size: 27648 | Author: 张飞 | Hits:

[uCOSzlg_fs_ffs

Description:
Platform: | Size: 194560 | Author: 张凡 | Hits:

[VxWorkstffs-vxworks

Description: truefs for vxworks, make fs on flash or rom-truefs for VxWorks, make fs on flash or rom
Platform: | Size: 81920 | Author: ywl | Hits:

[Other Embeded programflashfs

Description: 一个简单的flash文件系统,虽然简单但很实用-a simple flash file system, although simple but very practical
Platform: | Size: 19456 | Author: 刘丙周 | Hits:

[Documentsds_k9f2808u0c_rev29

Description: 一中常用的flash芯片,16*8M.使用该芯片和主控芯片搭成文件系统.可以将引导代码烧录其中. -used in a flash chips, 16* 8M. The use of the chip and chip-dominated swings file system. can be guided code copying them.
Platform: | Size: 565248 | Author: liuyong | Hits:

[ARM-PowerPC-ColdFire-MIPSzlg_ffs

Description: zlg nand flash 写平衡 在LINUX XIA-zlg nand flash write balance LINUX XIA
Platform: | Size: 215040 | Author: 历历 | Hits:

[VxWorksflash_28f320b3

Description: VxWorks下FLASH 28F320B3的驱动,在VxWorks下调试成功,有详细的中文注释,并可以移植到Linux/WindowsCE/uC/OS-II等嵌入式OS下。-FLASH 28F320B3 under VxWorks driver in VxWorks debugging success, the Chinese have detailed notes, and can be ported to Linux/WindowsCE/uC/OS-II and other embedded OS under.
Platform: | Size: 8192 | Author: 天空 | Hits:

[Other Embeded programflash_fs

Description: FLASH文件系统的源码,Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices. -FLASH file system source code, Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices.
Platform: | Size: 105472 | Author: | Hits:

[Other Embeded programfs_lib

Description: fs_lib,arm9的fat文件系统,支持nor,nandflash,很有参考和实用价值-fs_lib, arm9 the fat file system, support nor, nandflash, useful reference and practical value
Platform: | Size: 50176 | Author: name | Hits:

[Internet-NetworkFlashLoader_boots-kernel-fs

Description: linux flash 操作控制程序源码! l inux flash 操作控制程序源码!-linux flash source control program to operate! l inux flash source control program to operate!
Platform: | Size: 455680 | Author: | Hits:

[SCMFlashFS

Description: keil arm flash fs 最新版 在Keil arm下使用-keil arm flash fs the latest version of the Keil arm use
Platform: | Size: 436224 | Author: | Hits:

[uCOSfs

Description: ucos平台下的文件系统的源代码,支持flash、ram、IDE、smc、windowsdrive这些接口,并且还有例程。-uCOS platform file system source code, support for flash, ram, IDE, smc, windowsdrive these interfaces, and there are routine.
Platform: | Size: 116736 | Author: qgq | Hits:

[Embeded-SCM DevelopUCOSFS_SYS

Description: 本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. 具体文件系统应用接口见fs_api.h-本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. 具体文件系统应用接口见fs_api.h
Platform: | Size: 1565696 | Author: 乔木 | Hits:

[Embeded LinuxSQUASH-linux-flash

Description: 重点介绍了SQUASHFS文件系统,其编译,制作,挂载和内核修改坏块处理.因为yaffs2文件系统内核支持比较成熟,其本上只需编译即可,后面也介绍了目前较常见的几种文件系统. 关键字: squashfs linux flash 坏块处理-Highlighted SQUASHFS file system, the compilation, production, mounting and handling bad block kernel modifications. Yaffs2 file system kernel support for more mature, you can compile the book and only the back also introduced several documents currently more common system. Keywords: squashfs linux flash bad block handling
Platform: | Size: 687104 | Author: 王碧 | Hits:
« 12 »

CodeBus www.codebus.net